.text-content {
    text-align: left;
    width: 90%; /* Adjust the width as needed */
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.gold {
    color: #d4a248;
    font-weight: bold;
}
.red {
    color: #b42b2b;
    font-weight: bold;
}
.green {
    color: #008000;
    font-weight: bold;
}